object BackupCentre: TBackupCentre Left = 280 Top = 61 HelpContext = 14053 BorderIcons = [biSystemMenu] BorderStyle = bsDialog BorderWidth = 3 Caption = 'Maintenance Centre' ClientHeight = 397 ClientWidth = 425 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Book: TPageControl Left = 0 Top = 0 Width = 425 Height = 361 ActivePage = tsBackup Align = alTop TabOrder = 0 object tsRestore: TTabSheet Tag = 1 Caption = 'Restore' object gbFiles: TGroupBox Left = 8 Top = 8 Width = 401 Height = 161 Caption = '&Files' TabOrder = 0 object lRestoreFiles: TListView Left = 8 Top = 16 Width = 297 Height = 137 Columns = < item Caption = 'File' Width = 80 end item Caption = 'Date' Width = 70 end item Caption = 'Comment' Width = 80 end item Caption = 'Full path' Width = 100 end> HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport OnChange = lRestoreFilesChange end object bRestoreAdd: TButton Left = 312 Top = 16 Width = 81 Height = 25 Caption = '&Add...' TabOrder = 1 OnClick = bRestoreAddClick end object bRestoreRemove: TButton Left = 312 Top = 48 Width = 81 Height = 25 Caption = '&Remove' Enabled = False TabOrder = 2 OnClick = bRestoreRemoveClick end end object gbRestoreOptions: TGroupBox Left = 8 Top = 176 Width = 401 Height = 145 Caption = 'What to restore' TabOrder = 1 object cbRestoreAccount: TCheckBox Left = 16 Top = 24 Width = 380 Height = 17 Caption = 'Account Properties' Checked = True State = cbChecked TabOrder = 0 end object cbRestoreMsg: TCheckBox Left = 16 Top = 48 Width = 380 Height = 17 Caption = 'Folders with Messages' Checked = True State = cbChecked TabOrder = 1 end object cbRestoreAddr: TCheckBox Left = 16 Top = 72 Width = 380 Height = 17 Caption = '&Address Books' Checked = True State = cbChecked TabOrder = 2 end object cbRestorePrefs: TCheckBox Left = 16 Top = 96 Width = 380 Height = 17 Caption = 'Global Options' Checked = True State = cbChecked TabOrder = 3 end object cbRestoreAttach: TCheckBox Left = 16 Top = 120 Width = 380 Height = 17 Caption = 'A&ttachment files' Checked = True State = cbChecked TabOrder = 4 end end end object tsSynchronise: TTabSheet Tag = 2 Caption = 'Synchronise' object GroupBox1: TGroupBox Left = 8 Top = 4 Width = 401 Height = 217 Caption = 'What to synchronise' TabOrder = 0 object cbSyncAccount: TCheckBox Left = 16 Top = 24 Width = 377 Height = 17 Caption = 'Account Properties' Checked = True State = cbChecked TabOrder = 0 end object cbSyncMsg: TCheckBox Left = 16 Top = 44 Width = 377 Height = 17 Caption = 'Folders with Messages' Checked = True State = cbChecked TabOrder = 1 end object cbSyncAddr: TCheckBox Left = 16 Top = 64 Width = 273 Height = 17 Caption = 'Address Books' Checked = True State = cbChecked TabOrder = 2 end object cbSyncColors: TCheckBox Left = 16 Top = 84 Width = 377 Height = 17 Caption = '&Colour Groups' Checked = True State = cbChecked TabOrder = 3 end object cbSyncAttach: TCheckBox Left = 16 Top = 104 Width = 377 Height = 17 Caption = 'Attachment &Files' Checked = True State = cbChecked TabOrder = 4 OnClick = cbBackAttachClick end object bSyncBrowseAB: TButton Left = 296 Top = 60 Width = 99 Height = 23 Caption = 'Choose...' TabOrder = 5 OnClick = bBackAddrClick end object cbSyncAttBodies: TCheckBox Left = 32 Top = 124 Width = 361 Height = 17 Caption = 'Store external attachments in message bodies' Checked = True State = cbChecked TabOrder = 6 end object cbSyncHotkeys: TCheckBox Left = 16 Top = 144 Width = 377 Height = 17 Caption = 'Hot Keys' Checked = True State = cbChecked TabOrder = 7 end object cbSyncEditorSet: TCheckBox Left = 16 Top = 164 Width = 377 Height = 17 Caption = 'Editor Settings' Checked = True State = cbChecked TabOrder = 8 end end object rbSyncStep: TGroupBox Left = 8 Top = 228 Width = 401 Height = 97 Caption = 'Steps' TabOrder = 1 object Label1: TLabel Left = 72 Top = 56 Width = 122 Height = 13 Caption = 'data file from other system' end object rbSync1: TRadioButton Left = 16 Top = 16 Width = 377 Height = 17 Caption = 'Step &1: Create synchronisation data file for other system' Checked = True TabOrder = 0 TabStop = True end object rbSync2: TRadioButton Left = 16 Top = 40 Width = 377 Height = 17 Caption = 'Step &2: Generate synchronisation archive using ' TabOrder = 1 end object rbSync3: TRadioButton Left = 16 Top = 72 Width = 377 Height = 17 Caption = 'Step &3: Submit synchronisation archive from other system' TabOrder = 2 end end end object tsSelect: TTabSheet Caption = 'Backup' TabVisible = False object lbAccounts: TLabel Left = 8 Top = 16 Width = 100 Height = 13 Caption = '&Accounts to process:' end object gbPassword: TGroupBox Left = 8 Top = 232 Width = 401 Height = 89 Caption = 'Password protection' TabOrder = 0 Visible = False object Label2: TLabel Left = 32 Top = 40 Width = 49 Height = 13 Caption = '&Password:' end object Label3: TLabel Left = 32 Top = 64 Width = 86 Height = 13 Caption = '&Confirm password:' end object cbPassword: TCheckBox Left = 16 Top = 16 Width = 369 Height = 17 Caption = 'Protect the archive with a password' TabOrder = 0 end object ePsw: TEdit Left = 176 Top = 36 Width = 201 Height = 21 PasswordChar = '*' TabOrder = 1 end object ePswCfm: TEdit Left = 176 Top = 60 Width = 201 Height = 21 PasswordChar = '*' TabOrder = 2 end end object lAccounts: TCheckListBox Left = 8 Top = 32 Width = 401 Height = 161 ItemHeight = 13 Style = lbOwnerDrawFixed TabOrder = 1 end object bSelectAll: TButton Left = 104 Top = 200 Width = 145 Height = 25 Caption = '&Select all' TabOrder = 2 OnClick = bSelectAllClick end object bUnselectAll: TButton Left = 264 Top = 200 Width = 147 Height = 25 Caption = '&Unselect all' TabOrder = 3 OnClick = bUnselectAllClick end end object tsBackup: TTabSheet Caption = 'Backup' object lBackFile: TLabel Left = 8 Top = 276 Width = 56 Height = 13 Caption = '&Backup file:' FocusControl = eBackFile end object lComment: TLabel Left = 8 Top = 308 Width = 47 Height = 13 Caption = '&Comment:' FocusControl = eBackComment end object gbBackWhat: TGroupBox Left = 8 Top = 4 Width = 401 Height = 153 Caption = 'What to backup' TabOrder = 0 object cbBackAccount: TCheckBox Left = 16 Top = 24 Width = 377 Height = 16 Caption = 'Account Properties' Checked = True State = cbChecked TabOrder = 0 end object cbBackMsg: TCheckBox Left = 16 Top = 44 Width = 377 Height = 17 Caption = 'Folders with Messages' Checked = True State = cbChecked TabOrder = 1 end object cbBackAddr: TCheckBox Left = 16 Top = 64 Width = 273 Height = 17 Caption = '&Address Books' Checked = True State = cbChecked TabOrder = 2 OnClick = cbBackAddrClick end object bBackAddr: TButton Left = 296 Top = 61 Width = 99 Height = 23 Caption = 'Choose...' TabOrder = 3 OnClick = bBackAddrClick end object cbBackPrefs: TCheckBox Left = 16 Top = 84 Width = 377 Height = 17 Caption = 'Global Options' Checked = True State = cbChecked TabOrder = 4 end object cbBackAttach: TCheckBox Left = 16 Top = 104 Width = 377 Height = 17 Caption = 'A&ttachment Files' Checked = True State = cbChecked TabOrder = 5 OnClick = cbBackAttachClick end object cbStoreAttBodies: TCheckBox Left = 32 Top = 124 Width = 361 Height = 17 Caption = 'Store external attachments in message bodies' TabOrder = 6 end end object gbBackMethod: TGroupBox Left = 8 Top = 160 Width = 401 Height = 101 Caption = 'Backup method' TabOrder = 1 object rbBackNormal: TRadioButton Left = 16 Top = 20 Width = 377 Height = 17 Caption = '&Standard' Checked = True TabOrder = 0 TabStop = True OnClick = rbBackUpdateClick end object rbBackUpdate: TRadioButton Left = 16 Top = 44 Width = 377 Height = 17 Caption = 'Create an &Update to existing archive:' TabOrder = 1 OnClick = rbBackUpdateClick end object eBackOld: TEdit Left = 32 Top = 70 Width = 273 Height = 21 TabStop = False Enabled = False ParentColor = True ReadOnly = True TabOrder = 2 end object bBrowseBackOld: TButton Left = 312 Top = 68 Width = 81 Height = 25 Caption = 'Browse...' Enabled = False TabOrder = 3 OnClick = bBrowseBackOldClick end end object eBackFile: TEdit Left = 96 Top = 272 Width = 217 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 2 end object bBrowseBack: TButton Left = 320 Top = 270 Width = 81 Height = 25 Caption = 'Browse...' TabOrder = 3 OnClick = bBrowseBackClick end object eBackComment: TEdit Left = 96 Top = 304 Width = 305 Height = 21 TabOrder = 4 end end object tsProgress: TTabSheet Caption = 'Progress' TabVisible = False object lProgressTitle: TLabel Left = 16 Top = 16 Width = 385 Height = 33 AutoSize = False Caption = 'Backup is in progress. Please wait - it can be a long process...' WordWrap = True end object lbMsg: TLabel Left = 16 Top = 123 Width = 385 Height = 44 AutoSize = False Caption = 'lbMsg' Visible = False WordWrap = True end object gbProgress: TGroupBox Left = 16 Top = 64 Width = 385 Height = 105 Caption = 'Progress' TabOrder = 0 object lbProgress: TLabel Left = 16 Top = 24 Width = 353 Height = 33 AutoSize = False WordWrap = True end object gMeter: TBatGauge Left = 16 Top = 64 Width = 353 Height = 28 ForeColor = clNavy ShowPercent = True Animated = False Visible = False end end object gbTarget: TGroupBox Left = 16 Top = 192 Width = 193 Height = 129 Caption = 'Target drive info' TabOrder = 1 object Label4: TLabel Left = 16 Top = 32 Width = 48 Height = 13 Caption = 'Total size:' end object lbTargetSize: TLabel Left = 16 Top = 48 Width = 53 Height = 13 Caption = '0M Bytes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 16 Top = 72 Width = 77 Height = 13 Caption = 'Free space size:' end object lbTargetFree: TLabel Left = 16 Top = 88 Width = 53 Height = 13 Caption = '0M Bytes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object gbTemp: TGroupBox Left = 216 Top = 192 Width = 185 Height = 129 Caption = 'Temporary drive info' TabOrder = 2 object Label6: TLabel Left = 16 Top = 72 Width = 77 Height = 13 Caption = 'Free space size:' end object Label7: TLabel Left = 16 Top = 32 Width = 48 Height = 13 Caption = 'Total size:' end object lbTempSize: TLabel Left = 16 Top = 48 Width = 53 Height = 13 Caption = '0M Bytes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lbTempFree: TLabel Left = 16 Top = 88 Width = 53 Height = 13 Caption = '0M Bytes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end end end object bCancel: TButton Left = 256 Top = 368 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = bCancelClick end object bOK: TButton Left = 168 Top = 368 Width = 81 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = bOKClick end object bHelp: TButton Left = 344 Top = 368 Width = 81 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = bHelpClick end object tmUpdate: TTimer Enabled = False Interval = 2000 OnTimer = tmUpdateTimer Left = 16 Top = 376 end object dOpen: TOpenDialog Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing] Left = 384 Top = 356 end object dSave: TSaveDialog Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofShareAware, ofEnableSizing] Left = 392 Top = 368 end end